func golang.org/x/sys/unix.sendmsgN
3 uses
golang.org/x/sys/unix (current package)
syscall_linux.go#L1584: func sendmsgN(fd int, iov []Iovec, oob []byte, ptr unsafe.Pointer, salen _Socklen, flags int) (n int, err error) {
syscall_unix.go#L445: return sendmsgN(fd, iov[:], oob, ptr, salen, flags)
syscall_unix.go#L469: return sendmsgN(fd, iov, oob, ptr, salen, flags)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)